Class ConnectorClient
java.lang.Object
com.netscape.certsrv.client.Client
com.netscape.certsrv.tps.connector.ConnectorClient
- Author:
- Endi S. Dewata
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddConnector
(ConnectorData connectorData) changeConnectorStatus
(String connectorID, String action) findConnectors
(String filter, Integer start, Integer size) getConnector
(String connectorID) void
removeConnector
(String connectorID) updateConnector
(String connectorID, ConnectorData connectorData) Methods inherited from class com.netscape.certsrv.client.Client
addClient, delete, delete, get, get, get, getClient, getCollection, getName, getSubsystem, getTargetPath, patch, post, post, post, post, put, removeClient, target
-
Constructor Details
-
ConnectorClient
- Throws:
Exception
-
-
Method Details
-
findConnectors
public ConnectorCollection findConnectors(String filter, Integer start, Integer size) throws Exception - Throws:
Exception
-
getConnector
- Throws:
Exception
-
addConnector
- Throws:
Exception
-
updateConnector
public ConnectorData updateConnector(String connectorID, ConnectorData connectorData) throws Exception - Throws:
Exception
-
changeConnectorStatus
- Throws:
Exception
-
removeConnector
- Throws:
Exception
-